home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-07-16 | 1.1 KB | 49 lines |
- # $Id: Makefile 1.2 1995/11/14 22:02:25 digulla Exp digulla $
- # $Log: Makefile $
- # Revision 1.2 1995/11/14 22:02:25 digulla
- # Ueberfluessiges Dir "test" entfernt
- #
- # Revision 1.1 1995/11/05 22:37:03 digulla
- # Initial revision
- #
-
- TOP_DIR = prj:
- CURRENT_DIR = source/
-
- include $(TOP_DIR)MakeFlags
-
- SUBDIRS = aros exec
- USR_DIST_FILES =
- DEV_DIST_FILES = Makefile $(USR_DIST_FILES)
-
- TODO = \
- alib alib_stdio amigaguide \
- asl battclock battmem bullet \
- cardres cia colorwheel commodities \
- console datatypes disk diskfont \
- docs dos expansion \
- gadtools graphics icon iffparse \
- input intuition keymap layers \
- locale lowlevel mathffp mathieeedoubbas \
- mathieeedoubtrans mathieeesingbas mathieeesingtrans mathtrans \
- misc nonvolatile potgo ramdrive \
- realtime rexxsyslib timer \
- translator utility wb
-
- all ::
- @$(subst TARGET,$@,$(SUBDIR_RULE))
-
- install ::
- @$(subst TARGET,$@,$(SUBDIR_RULE))
-
- clean ::
- @$(subst TARGET,$@,$(SUBDIR_RULE))
-
- check ::
- @$(subst TARGET,$@,$(SUBDIR_RULE))
-
- dist ::
- @$(subst TARGET,$@,$(SUBDIR_RULE))
- @$(do-dist)
-
-